home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / win_utl2 / sasmake.zip / JUNK.MSV < prev    next >
Text File  |  1994-06-01  |  232b  |  16 lines

  1. // small example
  2. // start a windows program
  3. notepad
  4.  
  5. // invoke the sas command on program mysas
  6. {SAS} mysas 
  7.  
  8. // invoke a dos command
  9. {DOS} dir *.* | sort
  10.  
  11. // beep
  12. {beep}
  13.  
  14. // output a final message
  15. {message} all done
  16.